home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / msverspe.dfm / msverspe.txt < prev   
Encoding:
Text File  |  1999-07-30  |  2.2 KB  |  114 lines

  1. object msVersionDlg: TmsVersionDlg
  2.   Left = 231
  3.   Top = 154
  4.   BorderStyle = bsDialog
  5.   Caption = 'IMS Version'
  6.   ClientHeight = 214
  7.   ClientWidth = 330
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 313
  18.     Height = 169
  19.     Shape = bsFrame
  20.   end
  21.   object ProgramName: TLabel
  22.     Left = 16
  23.     Top = 64
  24.     Width = 90
  25.     Height = 13
  26.     Caption = 'Remote Mail Demo'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 24
  30.     Top = 24
  31.     Width = 186
  32.     Height = 26
  33.     Caption = 'ArGo Software Design'
  34.     Font.Color = clNavy
  35.     Font.Height = -21
  36.     Font.Name = 'Impact'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object ProductVersion: TLabel
  41.     Left = 56
  42.     Top = 86
  43.     Width = 27
  44.     Height = 13
  45.     Caption = '0.80a'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 16
  49.     Top = 108
  50.     Width = 264
  51.     Height = 13
  52.     Caption = '∩┐╜ ArGo Software Design, 1996-99.  All Rights Reserved'
  53.   end
  54.   object Image1: TImage
  55.     Left = 232
  56.     Top = 24
  57.     Width = 32
  58.     Height = 32
  59.     Picture.Data = {<image000.bmp>}
  60.   end
  61.   object Label6: TLabel
  62.     Left = 16
  63.     Top = 130
  64.     Width = 107
  65.     Height = 13
  66.     Caption = 'support@argosoft.com'
  67.     Font.Color = clBlue
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsUnderline]
  71.     ParentFont = False
  72.     OnClick = Label6Click
  73.   end
  74.   object Label7: TLabel
  75.     Left = 16
  76.     Top = 152
  77.     Width = 119
  78.     Height = 13
  79.     Caption = 'http://www.argosoft.com'
  80.     Font.Color = clBlue
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsUnderline]
  84.     ParentFont = False
  85.     OnClick = Label7Click
  86.   end
  87.   object Label1: TLabel
  88.     Left = 16
  89.     Top = 86
  90.     Width = 35
  91.     Height = 13
  92.     Caption = 'Version'
  93.   end
  94.   object OKButton: TButton
  95.     Left = 130
  96.     Top = 184
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'OK'
  100.     ModalResult = 1
  101.     TabOrder = 0
  102.   end
  103.   object RegisterButton: TButton
  104.     Left = 208
  105.     Top = 136
  106.     Width = 91
  107.     Height = 25
  108.     Caption = 'How to Register'
  109.     TabOrder = 1
  110.     Visible = False
  111.     OnClick = RegisterButtonClick
  112.   end
  113. end
  114.